1 2 3 4 5 6
/*! `isotope` program graphs */ /// An index for a node in an `isotope` program graph pub type NodeIx = std::num::NonZeroU64;
1 2 3 4 5 6
/*! `isotope` program graphs */ /// An index for a node in an `isotope` program graph pub type NodeIx = std::num::NonZeroU64;